Skip to content

Conversation

bhouston
Copy link
Member

Closes #383

Description

This PR adds the ability to use both file input () and interactive prompts () together in the CLI. When both flags are provided, the content from the file is loaded first, and then the user is prompted for additional input. Both inputs are combined into a single context for the agent.

Changes

  • Modified the handler in to support both file and interactive inputs
  • Updated the descriptions for the and options in
  • Updated the README.md to document the new capability with examples

Testing

  • Verified that the code compiles successfully
  • Verified that all tests pass
  • Manual testing to ensure the feature works as expected

Documentation

  • Updated README.md with an example of using the combined mode

@bhouston bhouston merged commit 953e615 into main Mar 25, 2025
1 of 2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Add support for both file input and interactive prompts

1 participant